Ver Fonte

* faq.html -> faq.txt

peter há 26 anos atrás
pai
commit
208c1404d3
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      install/doc/Makefile

+ 4 - 0
install/doc/Makefile

@@ -15,3 +15,7 @@ installdoc:
 	cp readme.txt $(DOCINSTALLDIR)/README
 	cp whatsnew.txt $(DOCINSTALLDIR)/NEWS
 	cp faq.txt faq.html $(DOCINSTALLDIR)
+
+faq.txt: faq.html
+	lynx -dump faq.html > faq.txt
+