Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfwm4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xfce
xfwm4
Commits
f00d2be0
Commit
f00d2be0
authored
22 years ago
by
Olivier Fourdan
Browse files
Options
Downloads
Patches
Plain Diff
Add removal of autom4te.cache dir at distclean.
(Old svn revision: 10605)
parent
411bcf90
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.am
+1
-1
1 addition, 1 deletion
Makefile.am
Makefile.in
+1
-1
1 addition, 1 deletion
Makefile.in
with
2 additions
and
2 deletions
Makefile.am
+
1
−
1
View file @
f00d2be0
...
...
@@ -7,7 +7,7 @@ EXTRA_DIST = example.xfwm4rc.in example.gtkrc-2.0 xfwm4.spec xfwm4.spec.in
SUBDIRS
=
src defaults themes
distclean-local
:
rm
-f
example.xfwm4rc xfwm4.spec
rm
-
r
f
example.xfwm4rc xfwm4.spec
*
.cache
example.xfwm4rc
:
@
sed
-e
"s%_pkgdatadir_%
$(
pkgdatadir
)
%g"
example.xfwm4rc.in
>
example.xfwm4rc
...
...
This diff is collapsed.
Click to expand it.
Makefile.in
+
1
−
1
View file @
f00d2be0
...
...
@@ -430,7 +430,7 @@ uninstall-info: uninstall-info-recursive
@SET_MAKE@
distclean-local
:
rm
-f
example.xfwm4rc xfwm4.spec
rm
-
r
f
example.xfwm4rc xfwm4.spec
*
.cache
example.xfwm4rc
:
@
sed
-e
"s%_pkgdatadir_%
$(
pkgdatadir
)
%g"
example.xfwm4rc.in
>
example.xfwm4rc
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment