Changeset 212
- Timestamp:
- 06/17/08 19:34:37 (5 months ago)
- Files:
-
- 1 modified
-
trunk/doc/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/Makefile.am
r185 r212 11 11 if BUILD_DOCS 12 12 13 %.1: %.pod 13 SUFFIXES = .1 .pod .1.html .1.txt 14 15 .pod.1: 14 16 pod2man --center "ObexFTP" --release `stat --format=%y $< | cut -f 1 -d " "` --section 1 $< $@ 15 17 # txt2man -v "ObexFTP" -t "obexftp" -s 1 -r `date -I` \ 16 18 # -I ObexFTP -I gObexFtp -I vfs-obexftp $< > $@ 19 ## and this one for BSD I guess... 20 ## pod2man --center "ObexFTP" --release `stat -f %m $< | cut -f 1 -d " "` --section 1 $< $@ 17 21 18 %.1.html: %.pod 22 .pod.1.html: 19 23 pod2html --title "ObexFTP" --infile=$< --outfile=$@ 20 24 21 %.1.txt: %.pod 25 .pod.1.txt: 22 26 pod2text $< $@ 23 27
