Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xkbprint
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xorg
app
xkbprint
Commits
0a4cd376
Commit
0a4cd376
authored
Dec 06, 2005
by
Kevin E Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
parent
f64993bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
ChangeLog
ChangeLog
+5
-0
Makefile.am
Makefile.am
+3
-3
No files found.
ChangeLog
View file @
0a4cd376
2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org>
* Makefile.am:
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
...
...
Makefile.am
View file @
0a4cd376
...
...
@@ -32,14 +32,14 @@ xkbprint_SOURCES = \
xkbprint.c
\
xkbprint.h
appman_
SOURCES
=
\
appman_
PRE
=
\
xkbprint.man
appmandir
=
$(APP_MAN_DIR)
appman_DATA
=
$
(
appman_
SOURCES
:man
=
@APP_MAN_SUFFIX@
)
appman_DATA
=
$
(
appman_
PRE
:man
=
@APP_MAN_SUFFIX@
)
EXTRA_DIST
=
$(appman_
SOURCES
)
EXTRA_DIST
=
$(appman_
PRE
)
CLEANFILES
=
$(appman_DATA)
SED
=
sed
...
...
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