From: Michael Smith Date: Wed, 5 Mar 2008 00:16:24 +0000 (+0000) Subject: added fglrx X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26cc258915e1ecc142b72173a92ffe13d3bd7ac5;p=docbook-dsssl added fglrx --- diff --git a/contrib/samples/refentry/fglrx/.cvsignore b/contrib/samples/refentry/fglrx/.cvsignore new file mode 100644 index 000000000..5e353e69f --- /dev/null +++ b/contrib/samples/refentry/fglrx/.cvsignore @@ -0,0 +1 @@ +fglrx_man diff --git a/contrib/samples/refentry/fglrx/Makefile b/contrib/samples/refentry/fglrx/Makefile new file mode 100644 index 000000000..5f73c8e90 --- /dev/null +++ b/contrib/samples/refentry/fglrx/Makefile @@ -0,0 +1,14 @@ +CVSROOT=pserver:anonymous@cvs.wgdd.de:/cvs/private +SUBMODULE=fglrx_man + +CVS=cvs +CVSFLAGS=-z3 + +all: $(SUBMODULE) + +$(SUBMODULE): + $(CVS) -d:$(CVSROOT) $(CVSFLAGS) co $(SUBMODULE) + (cd ./$(SUBMODULE) && ./autogen.sh && ./configure && $(MAKE)) + +clean: + $(RM) -r $(SUBMODULE)