[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Demexp-dev] [PATCH] New Makefile target for packaging
From: |
Thomas Petazzoni |
Subject: |
[Demexp-dev] [PATCH] New Makefile target for packaging |
Date: |
Fri, 08 Apr 2005 22:30:03 +0200 |
User-agent: |
Mozilla Thunderbird 1.0.2 (X11/20050331) |
Hello,
In the process of creating Debian packages for DemExp client and server,
I had to create a new Makefile target, that only compiles the binaries,
the documentation and creates the PDF.
The included patch implements this Makefile target. It is named "debian"
but maybe a more generic name should be found, like "dist", or "pkgdist"
or whatever.
Sincerly,
Thomas
--
PETAZZONI Thomas - address@hidden
http://thomas.enix.org - Jabber: address@hidden
KOS: http://kos.enix.org/ - SOS: http://sos.enix.org
Fingerprint : 0BE1 4CF3 CEA4 AC9D CC6E 1624 F653 CB30 98D3 F7A7
#! /bin/sh /usr/share/dpatch/dpatch-run
## makefile.dpatch by <address@hidden>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad demexp--cduce--0.3/Makefile
/tmp/dpep.U5s95h/demexp--cduce--0.3/Makefile
--- demexp--cduce--0.3/Makefile 2005-03-04 22:53:28.000000000 +0100
+++ /tmp/dpep.U5s95h/demexp--cduce--0.3/Makefile 2005-03-05
02:47:44.577866918 +0100
@@ -7,6 +7,8 @@
.PHONY: all
all: bin bin.bc static test test.bc xml doc pdf
+debian: bin doc pdf
+
# commands
## for LaTeX
signature.asc
Description: OpenPGP digital signature
- [Demexp-dev] [PATCH] New Makefile target for packaging,
Thomas Petazzoni <=