Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgml-common
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
sgml-common
Commits
9af72d4e
Commit
9af72d4e
authored
Apr 19, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
0 deletions
+33
-0
Makefile
Makefile
+10
-0
sgml-common-0.6.3-manpage-1.patch
sgml-common-0.6.3-manpage-1.patch
+14
-0
sgml-common-0.6.3.tgz
sgml-common-0.6.3.tgz
+0
-0
sgml-common.groups
sgml-common.groups
+9
-0
No files found.
Makefile
0 → 100644
View file @
9af72d4e
all
:
tar
xf sgml-common-0.6.3.tgz
patch
-Np1
-d
sgml-common-0.6.3 < sgml-common-0.6.3-manpage-1.patch
cd
sgml-common-0.6.3
&&
autoreconf
-f
-i
cd
sgml-common-0.6.3
&&
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
$(MAKE)
-C
sgml-common-0.6.3
$(MAKE)
-C
sgml-common-0.6.3
docdir
=
/usr/share/doc
install
install-catalog
--add
/etc/sgml/sgml-ent.cat /usr/share/sgml/sgml-iso-entities-8879.1986/catalog
install-catalog
--add
/etc/sgml/sgml-docbook.cat /etc/sgml/sgml-ent.cat
rm
-rf
sgml-common-0.6.3
sgml-common-0.6.3-manpage-1.patch
0 → 100644
View file @
9af72d4e
Submitted By: Thomas Pegg <lnxfreak123 at insightbb dot com>
Date: 2003-11-18
Initial Package Version: 0.6.3
Origin: Thomas Pegg
Description: Fixes syntax of Makefile.am for installation of man pages,
for use with current automake versions 1.7.8 and higher.
diff -Naur sgml-common-0.6.3.orig/doc/man/Makefile.am sgml-common-0.6.3/doc/man/Makefile.am
--- sgml-common-0.6.3.orig/doc/man/Makefile.am 2001-01-30 14:42:22.000000000 +0000
+++ sgml-common-0.6.3/doc/man/Makefile.am 2003-11-18 16:48:47.000000000 +0000
@@ -1,2 +1 @@
-man8dir = $(mandir)/man8
-man8_DATA = *.8
+man_MANS = install-catalog.8
sgml-common-0.6.3.tgz
0 → 100644
View file @
9af72d4e
File added
sgml-common.groups
0 → 100644
View file @
9af72d4e
bin
/usr/bin/.*
/usr/share/sgml/.*
doc
/usr/share/doc/.*
man
/usr/share/man/.*
etc
/etc/.*
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