Browse Source

* faq.html -> faq.txt

peter 26 năm trước cách đây
mục cha
commit
208c1404d3
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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
+