]> git.pld-linux.org Git - packages/dosemu.git/commitdiff
- reenabled html docs (no rationale specified for disabling)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 11 Jan 2008 19:27:19 +0000 (19:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dosemu.spec -> 1.136

dosemu.spec

index 1e256b7d46a5f3255cdc2d2d8781ee04391f68c9..07033f739f5eaf5336598de92f4467166366b939 100644 (file)
@@ -182,11 +182,11 @@ echo '.so dosemu.1' > pl/man1/xdosemu.1
 echo '.so dosemu.1' > pl/man1/dosdebug.1
 
 # documentation
-#%{__make} -C src/doc/DANG html
-#%{__make} -C src/doc/HOWTO html
-#%{__make} -C src/doc/README html
+%{__make} -C src/doc/DANG html
+%{__make} -C src/doc/HOWTO html
+%{__make} -C src/doc/README html
 
-#find src/doc -name "*.html" -exec cp -f '{}' doc/ ';'
+find src/doc -name "*.html" -exec cp -f '{}' doc/ ';'
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.116136 seconds and 4 git commands to generate.