fa55d66dfd
Clearsilver is a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, it provides a separation between presentation code and application logic which makes working with your project easier. from markus@
16 lines
404 B
Plaintext
16 lines
404 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2005/05/26 01:33:38 sturm Exp $
|
|
|
|
man page regeneration is useless and requires python
|
|
|
|
--- Makefile.orig Wed May 25 19:16:57 2005
|
|
+++ Makefile Wed May 25 19:17:16 2005
|
|
@@ -35,7 +35,7 @@ cs: output_dir
|
|
fi; \
|
|
done
|
|
|
|
-install: all man
|
|
+install:
|
|
./mkinstalldirs $(DESTDIR)$(cs_includedir)
|
|
./mkinstalldirs $(DESTDIR)$(bindir)
|
|
./mkinstalldirs $(DESTDIR)$(libdir)
|