Skip to content

Commit

Permalink
Fixed the Makefile to install all 3 man pages. Added to the shell scr…
Browse files Browse the repository at this point in the history
…ipt. Bumped version to 1.1.1.
  • Loading branch information
DavidEGrayson committed Oct 18, 2012
1 parent a6f1ee0 commit 99f1807
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,7 @@ install: $(BIN)
install $(BIN)-calibrate $(DESTDIR)$(bindir)
install $(BIN)-calibrator $(DESTDIR)$(bindir)
install -m 0644 $(BIN).1 $(DESTDIR)$(man1dir)
install -m 0644 $(BIN)-calibrate.1 $(DESTDIR)$(man1dir)
install -m 0644 $(BIN)-calibrator.1 $(DESTDIR)$(man1dir)

-include $(DEPs) vector.h.d
2 changes: 1 addition & 1 deletion minimu9-ahrs-calibrate
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
echo "To calibrate the magnetometer, start rotating the IMU through "
echo "as many different orientations as possible."
minimu9-ahrs --mode raw | head -n2000 | minimu9-ahrs-calibrator > ~/.minimu9-ahrs-cal
minimu9-ahrs --mode raw $@ | head -n2000 | minimu9-ahrs-calibrator > ~/.minimu9-ahrs-cal

2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define VERSION "1.0.0"
#define VERSION "1.1.1"

0 comments on commit 99f1807

Please sign in to comment.