Zwischenstand
This commit is contained in:
		| @@ -5,8 +5,8 @@ | ||||
| ##       1         2         3         4         5         6         7         8 | ||||
| ## 45678901234567890123456789012345678901234567890123456789012345678901234567890 | ||||
|  | ||||
| #develdir = ${pkgdatadir}/doc/devel | ||||
| #devel_DATA = devel/index.html | ||||
| develdir = ${pkgdatadir}/doc/ | ||||
| devel_DATA = html/index.html | ||||
|  | ||||
| ALL_SRC = ${top_srcdir}/src/*.[ch]xx ${top_srcdir}/test/*.[ch]xx | ||||
|  | ||||
| @@ -35,13 +35,13 @@ MAINTAINERCLEANFILES = makefile.in | ||||
| distclean-local: | ||||
| 	- rm -r html latex | ||||
|  | ||||
| #dist-hook: | ||||
| #	cp html/* ${develdir} | ||||
| dist-hook: | ||||
| 	cp html/* ${develdir} | ||||
|  | ||||
| #install-data-hook: | ||||
| #	chmod -R u+w ${pkgdatadir}/doc | ||||
| #	cp devel/* ${develdir} | ||||
| install-data-hook: | ||||
| 	chmod -R u+w ${develdir} | ||||
| 	cp html/* ${develdir} | ||||
|  | ||||
| #uninstall-hook: | ||||
| #	chmod -R u+w ${pkgdatadir}/doc | ||||
| #	rm -rf ${develdir} | ||||
| uninstall-hook: | ||||
| 	chmod -R u+w ${develdir} | ||||
| 	rm -rf ${develdir} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user