Browse Source

* faq.html -> faq.txt

peter 25 years ago
parent
commit
208c1404d3
1 changed files with 4 additions and 0 deletions
  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
+