Rev 1622: Add header to Makefile. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk

Jelmer Vernooij jelmer at samba.org
Sat Aug 23 19:39:05 BST 2008


At http://people.samba.org/bzr/jelmer/bzr-svn/trunk

------------------------------------------------------------
revno: 1622
revision-id: jelmer at samba.org-20080823183903-m1099pb8jx02z3gp
parent: jelmer at samba.org-20080823175526-l148bu2p1noevmbt
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Sat 2008-08-23 20:39:03 +0200
message:
  Add header to Makefile.
modified:
  Makefile                       makefile.other-20080311181537-5svhje3v1flh1n4f-1
=== modified file 'Makefile'
--- a/Makefile	2008-08-22 10:08:07 +0000
+++ b/Makefile	2008-08-23 18:39:03 +0000
@@ -1,3 +1,20 @@
+# Simple Makefile for Bazaar plugin
+# Copyright (C) 2008 Jelmer Vernooij <jelmer at samba.org>
+#   
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#   
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#   
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+
 DEBUGGER ?= 
 BZR ?= $(shell which bzr)
 PYTHON ?= $(shell which python)
@@ -9,7 +26,9 @@
 TESTS ?= 
 DESTDIR ?=
 
-all:: build build-inplace README.html FAQ.html AUTHORS.html
+REST_DOCS = README FAQ HTML
+
+all:: build build-inplace $(patsubst %,%.html,$(REST_DOCS))
 
 build::
 	$(SETUP) build




More information about the bazaar-commits mailing list