Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lustre-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
debian-packages
lustre-release
Commits
268b547b
Commit
268b547b
authored
22 years ago
by
gord-fig
Browse files
Options
Downloads
Patches
Plain Diff
Clean up some wildcards.
parent
c19e72aa
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lustre/doc/Makefile.am
+2
-3
2 additions, 3 deletions
lustre/doc/Makefile.am
with
2 additions
and
3 deletions
lustre/doc/Makefile.am
+
2
−
3
View file @
268b547b
...
...
@@ -16,9 +16,8 @@ SUFFIXES = .lin .lyx .pdf .ps .sgml .html .txt .tex .fig .eps .dvi
DOCS
=
lustre.pdf lustre-HOWTO.txt
IMAGES
:=
$(
patsubst %.fig,%.eps,
$(
wildcard
*
.fig
))
#IMAGES = sys_stat.eps sys_odirect.eps sys_open.eps sys_write.eps sys_mount.eps cache1.eps cache2.eps intermezzocache.eps intermezzofilesys.eps meta.eps metadata1.eps networklayer.eps bigpicture.eps intermezzo.eps mds.eps portals.eps client.eps layering.eps metadata.eps sb.eps cow.eps lockacq.eps obdfs.eps snapsetup.eps dirbodyapi.eps loraid.eps ost.eps updates.eps hotmigrate.eps lustreclusters.eps osthw.eps portals-lib.eps lockqueues.eps lockexample1.eps lockexample2.eps lockexample3.eps lockexample4.eps lockseverity.eps gssapi.eps lovextents.eps cpsd.eps setup-accept.eps authenticate.eps login.eps
LYXFILES
=
$(
wildcard
*
.lin
)
$(
wildcard
*
.lyx
)
LYXFILES
=
$(
filter-out
$(
patsubst %.lin,%.lyx,
$(
wildcard
*
.lin
))
,
\
$(
wildcard
*
.lin
*
.lyx
))
MAINTAINERCLEANFILES
=
$(
IMAGES
)
$(
DOCS
)
$(
VERSIONED
)
CLEANFILES
=
*
.aux
*
.tex doc.old/
*
.aux doc.old/
*
.tex
*
.eps
*
.log
*
.pdf
...
...
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