Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
2a7d2153
Commit
2a7d2153
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2004-02-24 16:28:48 by beppe] Empty log message
Original author: beppe Date: 2004-02-24 16:28:48+00:00
parent
5add09d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.distrib
View file @
2a7d2153
...
@@ -98,9 +98,15 @@ install: all
...
@@ -98,9 +98,15 @@ install: all
mkdir
-p
$(PREFIX)
/man/man1/
mkdir
-p
$(PREFIX)
/man/man1/
$(INSTALL)
-m755
cduce
$(EXE)
dtd2cduce
$(EXE)
$(PREFIX)
/bin/
$(INSTALL)
-m755
cduce
$(EXE)
dtd2cduce
$(EXE)
$(PREFIX)
/bin/
$(INSTALL)
-m644
doc/cduce.1
$(PREFIX)
/man/man1/
$(INSTALL)
-m644
doc/cduce.1
$(PREFIX)
/man/man1/
$(INSTALL)
-m644
doc/dtd2cduce.1
$(PREFIX)
/man/man1/
$(INSTALL)
-m644
doc/validate.1
$(PREFIX)
/man/man1/
uninstall
:
uninstall
:
rm
$(PREFIX)
/bin/cduce
$(EXE)
$(PREFIX)
/bin/dtd2cduce
$(EXE)
$(PREFIX)
/man/man1/cduce.1
rm
$(PREFIX)
/bin/cduce
$(EXE)
\
$(PREFIX)
/bin/dtd2cduce
$(EXE)
\
$(PREFIX)/man/man1/cduce.1\
$(PREFIX)/man/man1/dtd2cduce.1\
$(PREFIX)/man/man1/validate.1
help
:
help
:
@
echo
"GOALS"
@
echo
"GOALS"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment