summaryrefslogtreecommitdiffstats
path: root/tmake
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2000-07-09 19:45:37 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2000-07-09 19:45:37 (GMT)
commit61a83f312ce95090dc02ca3b8ce8dd3319d97df1 (patch)
tree2dbdf12fc6696bf3a9d133e8e23ef223690e919a /tmake
parente3baf8c5ec430e5f09f00384ebdfa35242fd3316 (diff)
downloadDoxygen-61a83f312ce95090dc02ca3b8ce8dd3319d97df1.zip
Doxygen-61a83f312ce95090dc02ca3b8ce8dd3319d97df1.tar.gz
Doxygen-61a83f312ce95090dc02ca3b8ce8dd3319d97df1.tar.bz2
Release-1.1.5_20000709
Diffstat (limited to 'tmake')
-rwxr-xr-xtmake/bin/progen2
-rwxr-xr-xtmake/bin/tmake2
-rw-r--r--tmake/example/hello.cpp2
-rw-r--r--tmake/example/hello.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/tmake/bin/progen b/tmake/bin/progen
index 8237fd5..5be6411 100755
--- a/tmake/bin/progen
+++ b/tmake/bin/progen
@@ -1,6 +1,6 @@
#!/usr/bin/perl
############################################################################
-# $Id$
+#
#
# Generates a tmake project file.
#
diff --git a/tmake/bin/tmake b/tmake/bin/tmake
index 457467a..4862c3f 100755
--- a/tmake/bin/tmake
+++ b/tmake/bin/tmake
@@ -1,6 +1,6 @@
#!/usr/bin/perl
############################################################################
-# $Id$
+#
#
# Creates a Makefile from a template and a project file.
#
diff --git a/tmake/example/hello.cpp b/tmake/example/hello.cpp
index dc6ff77..4868c4d 100644
--- a/tmake/example/hello.cpp
+++ b/tmake/example/hello.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-** $Id$
+**
**
** Copyright (C) 1992-1998 Troll Tech AS. All rights reserved.
**
diff --git a/tmake/example/hello.h b/tmake/example/hello.h
index 16e0871..07fb8c5 100644
--- a/tmake/example/hello.h
+++ b/tmake/example/hello.h
@@ -1,5 +1,5 @@
/****************************************************************************
-** $Id$
+**
**
** Copyright (C) 1992-1998 Troll Tech AS. All rights reserved.
**