X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=doc%2Ffaq%2FMakefile;h=2df931f34ff16e81bc10da787f30082633fb0710;hp=e035367937157a9b0ceb7373cc7e67b50a8325d9;hb=e8f95f34832054748c3d4480a563780955e90879;hpb=46e7a04eead052e88ae6725a003b8201a1061848 diff --git a/doc/faq/Makefile b/doc/faq/Makefile index e035367937..2df931f34f 100644 --- a/doc/faq/Makefile +++ b/doc/faq/Makefile @@ -2,10 +2,9 @@ all: clean html html-zip txt pdf ps rtf html: rm -f *.html - sgmltools -b html -s ../common/stylesheet-html.dsl faq-alone.sgml - mv faq-alone/*.html . - rmdir faq-alone - ln -s book1.html index.html + sgmltools -b onehtml -s ../common/stylesheet-html.dsl faq-alone.sgml + rm -f faq-alone.html + ln -s faq.html index.html clean: rm -f *.html *.txt *.zip *.pdf *.ps *.rtf