--- tinycc/Makefile	Fri Oct 13 15:33:25 2006
+++ tinycc.orig/Makefile	Sat Sep  3 15:34:22 2005
@@ -211,7 +211,7 @@
                    tcclib.h "$(tccdir)/include"
 endif
 	mkdir -p "$(docdir)"
-	# $(INSTALL) -m644 tcc-doc.html "$(docdir)"
+	$(INSTALL) -m644 tcc-doc.html "$(docdir)"
 ifdef CONFIG_WIN32
 	$(INSTALL) -m644 win32/readme.txt "$(docdir)"
 endif
@@ -282,11 +282,11 @@
 
 # documentation and man page
 tcc-doc.html: tcc-doc.texi
-	# texi2html -monolithic -number $<
+	texi2html -monolithic -number $<
 
 tcc.1: tcc-doc.texi
-	# ./texi2pod.pl $< tcc.pod
-	# pod2man --section=1 --center=" " --release=" " tcc.pod > $@
+	./texi2pod.pl $< tcc.pod
+	pod2man --section=1 --center=" " --release=" " tcc.pod > $@
 
 FILE=tcc-$(shell cat VERSION)
 
