diff options
Diffstat (limited to 'rpkid/Makefile')
-rw-r--r-- | rpkid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/Makefile b/rpkid/Makefile index a8011ae3..a1cc8ecb 100644 --- a/rpkid/Makefile +++ b/rpkid/Makefile @@ -78,7 +78,7 @@ docs:: TZ='' doxygen cd doc/latex && TZ='' ${MAKE} for i in Installation Operation Left-right Publication; do \ - xsltproc --html tweak-doc.xsl doc/html/$$i.html | lynx -dump -nolist -force_html /dev/stdin >doc/$$i; \ + xsltproc --html doc/tweak-doc.xsl doc/html/$$i.html | lynx -dump -nolist -force_html /dev/stdin >doc/$$i; \ done cd doc; ln -f latex/refman.pdf manual.pdf cd doc; tar -cf - html | gzip -9 >manual.tar.gz |