From: Dan F. <dfa...@us...> - 2008-11-19 05:44:51
|
Update of /cvsroot/libexif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26538 Modified Files: Makefile.am Log Message: Created a target to allow manual generation of an HTML formatted man page. Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/exif/Makefile.am,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -d -r1.25 -r1.26 --- Makefile.am 6 Nov 2008 08:15:24 -0000 1.25 +++ Makefile.am 19 Nov 2008 05:44:44 -0000 1.26 @@ -44,5 +44,8 @@ cvs-tag-release: upload-release: echo ncftpput upload.sourceforge.net incoming/ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).* +# Create an HTML version of the man page for the web site +.1.html: + man2html -r -H libexif.sourceforge.net -M / "$^" | sed '1,/^$$/d' >"$@" # End of Makefile.am. |